home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 2003 May
/
CHIPCD200305.iso
/
game
/
juji.swf
/
scripts
/
frame_4
/
PlaceObject2_41_204
/
CLIPACTIONRECORD onClipEvent(enterFrame).as
next >
Wrap
Text File
|
2003-03-01
|
169b
|
11 lines
onClipEvent(enterFrame){
if(_root.life eq 0)
{
stopAllSounds();
tellTarget("_root")
{
gotoAndStop("gameover");
}
}
}